input spaces seperated integers in python

85

how to input n space separated integers in python -

PQT =list(map(int, input().split()[:N]))

Comments

Submit
0 Comments